projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
540f653
)
(use-fancy-splash-screens-p): Need 19 lines,
author
Richard M. Stallman
<rms@gnu.org>
Wed, 6 Feb 2002 14:59:10 +0000
(14:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 6 Feb 2002 14:59:10 +0000
(14:59 +0000)
beyond the image height, to use the fancy splash screen.
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 7a69fb1b9918a507883bb4031aa42c8c6fe44500..b2f6038035621c0d24aea407f60e5dc6a14423c5 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-1284,7
+1284,7
@@
where FACE is a valid face specification, as it can be used with
"splash.xpm" "splash.pbm"))))
(image-height (and img (cdr (image-size img))))
(window-height (1- (window-height (selected-window)))))
- (> window-height (+ image-height 1
5
)))))
+ (> window-height (+ image-height 1
9
)))))
(defun normal-splash-screen ()